github.com/valyala/fastjson.cache.parseValue (method)
5 uses
github.com/valyala/fastjson (current package)
parser.go#L35: v, tail, err := p.c.parseValue(b2s(p.b), 0)
parser.go#L104: func (c *cache) parseValue(s string, depth int) (*Value, string, error) {
parser.go#L194: v, s, err = c.parseValue(s, depth)
parser.go#L253: kv.v, s, err = c.parseValue(s, depth)
scanner.go#L68: v, tail, err := sc.c.parseValue(sc.s, 0)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)